home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / tour.dxr / 00472.ls < prev    next >
Encoding:
Text File  |  2000-01-21  |  265 b   |  11 lines

  1. on exitFrame
  2.   global gPlaySound, gCurrLabel, gTourForwardArrow
  3.   if the frameLabel <> 0 then
  4.     gCurrLabel = the frameLabel
  5.   end if
  6.   sound stop 1
  7.   isMemoryAvailable("continue the tour", 1200, 500)
  8.   setHandCursor([40, 41, 42])
  9.   Inscope(gTourForwardArrow)
  10. end
  11.